go/ast.ReturnStmt.Return (field)
4 uses
go/ast (current package)
ast.go#L682: Return token.Pos // position of "return" keyword
ast.go#L781: func (s *ReturnStmt) Pos() token.Pos { return s.Return }
ast.go#L814: return s.Return + 6 // len("return")
go/parser
parser.go#L2029: return &ast.ReturnStmt{Return: pos, Results: x}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)